home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Graphics / RTGmaster / rtgmaster_dev.readme < prev    next >
Text File  |  1997-09-28  |  4KB  |  89 lines

  1. Short:    Rtgmaster Developer Archive
  2. Author:   MagicSN@Birdland.es.bawue.de
  3. Uploader: MagicSN@Birdland.es.bawue.de
  4. Type:     gfx/board
  5. Replaces: gfx/board/rtgmaster_d*
  6.  
  7. This is part of the new rtgmaster release V24.0. rtgmaster is a library system to make
  8. GFX Board Compatible Game Coding easy. It supports :
  9.  
  10. - Direct Access to the Video RAM
  11. - With some effort the code even runs on ECS/AGA (through c2p)
  12. - Supports nearly all WB Emulations
  13. - And much more
  14.  
  15. This part of the archive is for the developper. 
  16. It contains Binaries and Demos, Autodocs and Includes. You might be interested
  17. in getting the Driver Archive, additionally, if you do not want having to bother
  18. with Library/OS Coding. This Driver Archive contains an example driver where
  19. you do not have to know about this. This is all done internally in the driver.
  20.  
  21. The other rtgmaster archives are rtgmaster_user.lha and rtgmaster_driv.lha. The
  22. Driver Archive contains the Binaries and an Example Driver that can be used to
  23. add GFX Board Support to a game without knowing something about Library/OS 
  24. Coding, the User Archive contains Demos and Binaries (they are also contained here, though).
  25.  
  26. V21 changes:
  27.  
  28. - Important rtgCGX.library bugfix for 15/16/24 Bit Screens (there is not yet
  29.   a program using rtgmaster in Truecolor mode, though, most games are these
  30.   days still 8 Bit, if not to say all)
  31. - Workaround for CyberGraphX V41 R55 Bug concerning WaitBOVP. Doublebuffering
  32.   will now work with the buggy CyberGraphX Version again. (Bugreport already
  33.   sent).
  34. - Installer script finally fixed.
  35.  
  36. V22 changes:
  37.  
  38. - Moon source added, with the permission of the author
  39. - rtgCGX changes
  40. - Note about how to make a game running on the CV64 (the CV64 does some
  41.   special things... Genetic Species is coded GOOD for example, it runs,
  42.   tiny3d is NOT). it is only a small thing, but many coders seemed not
  43.   to have a look at it. And no, it is no rtgmaster problem, if you use
  44.   CyberGraphX or Picasso96, you will get the same problems... you can't
  45.   assume BytesPerRow = BytesPerPixel * Width on the CV64, basically, but
  46.   have to read out the real BytesPerRow...
  47.  
  48. New in second V22 version (sorry :) ) :
  49.  
  50. - Problems with CopyRtgPixelArray call and Cybervision64 Board should now
  51.   finally be fixed (so Tiny3D should now work on the CV64 also)
  52.  
  53. V23 changes:
  54.  
  55. - Problems with rtgmaster and MCP and similar tools finally solved
  56.   (please delete libs:rtg/rtgPICA.library, for this sublibrary it is not
  57.   yet solved... delete it even if you do not have a Picasso II... the
  58.   rtgmaster installer now does not install rtgPICA.library automatically,
  59.   you have to install it manually, if you still use the original Picasso II
  60.   WB Emulation, and not CyberGraphX/P96 for Picasso II)
  61.  
  62. - Some minor bugs in rtgAMI.library fixed
  63. - Speedup of Doublebuffering in rtgAMI.library of 2000% (only, if you use OS3.0/3.1)
  64. - Added Support for BlitzBasic (Basic support for Blitz Basic only...)
  65. - Fixed Bug in Screenmoderequester (crash when a Screenmode was chosen using the
  66.   Keyboard)
  67. - Default c2p directory now always is libs:rtgc2p
  68. - There probably will be a new version with faster/better ECS/AGA Support soon...
  69.  
  70. - V24 changes:
  71.  
  72. - Fixed serious bug in CopyRtgPixelArray concerning 15/16/24 Bit Screendepths
  73. - Fixed 2 Enforcer Hits
  74. - Added Screenmode Allocation and Best Screenmode functions as alternative to
  75.   the Screenmode-requester
  76. - Added Copy-Function with Source Modulo Support and some sort of Masking
  77.   Support (only GFX Board, currently)
  78. - library now also runs without setpatch and without monitor-drivers being
  79.   installed.
  80. - CheckVSync function added
  81. - Moved networking functions to library of their own
  82. - Flame demo now runs faster on GFX Boards (Fastram Buffer)
  83. - Added Autodocs for upcoming rtgmaster 3D Extensions (Binaries not yet
  84.   released)
  85. - Added Amigaguide Version of autodocs, done by Rune Espeseth and James
  86.   McArthur
  87.  
  88. Steffen Haeuser
  89.